.idle_anime_back{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgb(175, 140, 87);
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: .30;
  -moz-opacity: .30;
  opacity: .30;

}

.idle_anime_falling_snow{
  background-image:  url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle opacity="1" fill="%23E3BD4B" cx="28.75" cy="22.338" r="0.713"/><circle opacity="1" fill="%23E3BD4B" cx="26.75" cy="79.443" r="0.307"/><circle opacity="1" fill="%23E3BD4B" cx="50" cy="41.884" r="0.308"/><circle fill="%23E3BD4B" cx="12.883" cy="42.25" r="0.367"/><circle opacity="1" fill="%23E3BD4B" cx="80" cy="72.818" r="0.307"/><circle opacity="1" fill="%23E3BD4B" cx="55.625" cy="12.375" r="0.308"/><circle opacity="1" fill="%23E3BD4B" cx="73.307" cy="89.375" r="0.308"/><circle opacity="1" fill="%23E3BD4B" cx="73" cy="53.884" r="0.308"/><circle opacity="1" fill="%23E3BD4B" cx="38.875" cy="89.432" r="0.385"/></svg>');
  background-size: 20rem 20rem;
  background-position: center 0;
  animation: bg 20s linear infinite;
  z-index: 1050;
}

.planet_wraper{
  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    width: 15rem;
    height: 15rem;
    margin: auto;
    border-radius: 50%;
}

/*.planet_wraper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 7rem;
  height: 7rem;
  margin: auto;
  border-radius: 50%;
}*/

.planet_shadow {
  /*box-shadow: inset 0 -5px 10px rgba(22, 48, 64, 0.5), 0 0 1.5rem rgba(170, 194, 194, 0.3);*/
  /*background-image: linear-gradient(to top left, #24b88b 20%, #21776f); */
  background: url(/img/artis-symbol.png) center no-repeat;
  background-size: cover;
  z-index: 1050;
}

.planet {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: rotate 15s linear infinite;
  overflow: hidden;
}

.planet_wraper::before, 
.planet_wraper::after {
  content: '';
  display: block;
  position: absolute;
  z-index:1050;
  border-radius: 50%;
  box-shadow: 0 0.1rem 0.1rem rgba(175, 140, 87, 0.85), inset 0 -0.1rem 0.1rem rgba(175, 140, 87, 0.85);
  animation: rotate 5s linear infinite;
}
.planet_wraper::before {
  top: -2.75rem;
    left: -2.5rem;
    width: 20rem;
    height: 20rem;
    animation-delay: 1s;
}
.planet_wraper::after {
  top: -7.5rem;
      left: -7rem;
      width: 30rem;
      height: 30rem;
}
.planet > * {
  position: relative;
  border-radius: 50%;
  background-color: #209b85;
  box-shadow: 1px 1px 5px #163040, 0 0 7px #d6d6d6ed;
  /*box-shadow: inset 1px 1px 5px #163040, 0 0 7px #63eed2 ;*/
  /*opacity: 0.3;*/
}
.crater:nth-of-type(1) {
  top: 7rem;
  left: 1.5rem;
  width: 2.75rem;
  height: 2.75rem;
}
.crater:nth-of-type(2) {
  top: -2.75rem;
  left: 5rem;
  width: 3.5rem;
  height: 3.5rem;
}
.crater:nth-of-type(3) {
  top: 1.5rem;
  left: 6rem;
  width: 2rem;
  height: 2rem;
}
.crater:nth-of-type(4) {
  top: -1.5rem;
  left: 12.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.crater:nth-of-type(5)  {
  top: 2.25rem;
  left: 7.5rem;
  width: 5rem;
  height: 4.5rem;
}
@keyframes bg {
  to { background-position: center 20rem; }
}
@keyframes rotate {
  to { transform: rotate(360deg)}
}

